home *** CD-ROM | disk | FTP | other *** search
- /***********************************************************
- * BBitMapDoc.h
- *
- * Class for rapid dumping of a bitmap to a window.
- *
- * © copyright 1992, KSS Scientific Consultants
- *
- ***********************************************************/
-
- #pragma once
-
- #include "BDisplayOutput.h"
-
- class BBitMapDoc : public BDisplayOutput
- {
-
- public:
- void IBBitMapDoc(CApplication *aSupervisor, Boolean printable);
- virtual void OutputMap(BitMap *theBitMap);
-
- protected:
- virtual void BuildWindow (Handle theData);
- };
-